home *** CD-ROM | disk | FTP | other *** search
- AfsInspector = {
- ACTIONS = {
- inspect:;
- ok:;
- init:;
- revert:;
- };
- OUTLETS = {
- inspectorView;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- PasteUp = {
- OUTLETS = {
- columnsInspector;
- };
- SUPERCLASS = Object;
- };
- ColumnsInspector = {
- ACTIONS = {
- columnPlace:;
- increaseMarginLeft:;
- makeMaster:;
- decreaseMarginBottom:;
- apply:;
- forceNew:;
- init:;
- columnNumber:;
- ok:;
- decreaseMarginLeft:;
- decreaseMarginTop:;
- columnType:;
- increaseMarginBottom:;
- decreaseGutter:;
- increaseMarginRight:;
- increaseGutter:;
- decreaseMarginRight:;
- columnHeight:;
- increaseMarginTop:;
- cancel:;
- };
- OUTLETS = {
- applyButton;
- columnPlaceCustom;
- columnHeightCustom;
- marginLeft;
- marginRight;
- marginBottom;
- marginTop;
- columnCountCustom;
- gutter;
- elementSideSelector;
- columnPlaceMatrix;
- columnHeightMatrix;
- myUnitsInfo;
- columnCountMatrix;
- columnTypeMatrix;
- };
- SUPERCLASS = AfsInspector;
- };
-